home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / misc / moonbas2 / mouse.cpp < prev    next >
Encoding:
C/C++ Source or Header  |  1995-02-05  |  110 b   |  6 lines

  1. #include <dos.h>
  2. #include "boolean.h"
  3. #include "mouse.h"
  4.  
  5. mouse_t            mouse = { false, 0, 0, 0 };
  6.